home *** CD-ROM | disk | FTP | other *** search
/ Print Artist Junior / Print Artist Junior (1998)(Sierra).iso / PrintArtist.mdb / FileFormat.json < prev    next >
JavaScript Object Notation  |  1998-06-30  |  297b

  1. {
  2.     "schema": {
  3.         "FileFormatID": "Long Integer",
  4.         "FileFormatName": "Text (50) NOT NULL",
  5.         "FileTypeID": "Long Integer NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "FileFormatID": 1,
  10.             "FileFormatName": "GFX",
  11.             "FileTypeID": 1
  12.         },
  13.         {
  14.             "FileFormatID": 2,
  15.             "FileFormatName": "JPX",
  16.             "FileTypeID": 1
  17.         },
  18.         {
  19.             "FileFormatID": 3,
  20.             "FileFormatName": "LYX",
  21.             "FileTypeID": 2
  22.         }
  23.     ]
  24. }